home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 905 b | 30 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: PartInfo.fr
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #include "FWResFil.k"
- #include "FWPart.k"
- #include "FWPart.fr"
- #include "FWString.fr"
- #include "Define.h"
- #include "Binding.h"
-
- //----------------------------------------------------------------------------------------
- // PartInfo
- // Provides user interface elements which the part is required to supply to OpenDoc
- // We can't use the nmap resources for this purpose because they aren't cross-platform.
- //----------------------------------------------------------------------------------------
-
- resource FW_RPartInfo(kPartInfoID)
- {
- kViewAsIconID,
- "ODF CyberStarter R1",
- kKind
- };
-
-